<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* slide */.slide-main {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.prev, .next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 227px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}

.prev {
	left: 70px;
}

.next {
	right: 70px;
}

.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 450px;
	left: 0;
	text-align: center;
}

.item a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	background: #666;
	overflow: hidden;
	border-radius: 30px;
}

.item a.cur {
	background: #da251c;
}

.slide-box, .slide {
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 490px;
	padding-top: 89px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}

#bgstylea {background: #ccc url(/imgs/heli.jpg) no-repeat center top;}
#bgstyleb {background: #ccc url(/special/images/byd-bg.jpg) no-repeat center top;}
#bgstylec {background: #e5f0f6 url(/images/work3.jpg) no-repeat center top;}
#bgstyled {background: #e5f0f6 url(/special/images/truck-bg.jpg) no-repeat center top;}

.slide a {
	display: block;
	width: 100%;
	height: 490px;
	cursor: pointer;
}

.obj-a, .obj-b, .obj-c, .obj-d, .obj-e, .obj-f, .obj-h {
	position: absolute;
	z-index: 9;
	left: 50%;
}

.obj-h {
	width: 1200px;
	height: 500px;
	top: 0;
	margin-left: -595px;
}

.obj-b {
	width: 343px;
	margin-left: -500px;
	text-align: center;
}

#bgstylee {background: #84b9ed url(/imgs/hangcha.jpg) no-repeat center top;}

.obj-a {
	width: 348px;
	margin-left: -503px;
	text-align: center;
}

.obj-a {
	display: block;
	height: 348px;
	top: 45px;
}

.obj-b {
	top: 321px;
	height: 101px;
}

.obj-c {
	display: block;
	width: 430px;
	height: 316px;
	top: 260px;
	margin-left: -390px;
}

.obj-d {
	top: 80px;
	display: inline-block;
	margin-left: -245px;
	text-align: center;
}

.obj-d h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 14px;
	font-weight: 600;
	color: #176db6;
}

.obj-d p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #176db6;
	clear: both;
}

.obj-e {
	width: 430px;
	height: 349px;
	margin-left: 200px;
	top: 180px;
	z-index: 12;
}

.obj-e p {
	display: none;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #666;
}

.obj-f {
	width: 289px;
	height: 175px;
	top: 150px;
	margin-left: -110px;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}

.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
		transform-origin: bottom bottom;
	}
}

@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: left bottom;
	}

	to {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
}

.banAnimate .obj-c, .banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

.banAnimate .obj-d, .banAnimate .obj-f, .banAnimate .obj-h {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}

@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}

	to {
		opacity: 1;
		left: 50%;
	}
}/* ius */#iabt {
	width: 1200px;
	margin: 69px auto 100px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#iabt h1 {
	font-size: 24px;
	font-weight: 500;
	color: #3d3d3d;
}

#iabt p {
	margin-top: 16px;
	line-height: 32px;
	display: block;
	color: #666;
}

#iabt-li {
	width: 1200px;
	margin: 30px auto 0 auto;
}

#iabt-li ul {
	display: block;
	width: 1230px;
}

#iabt-li ul li {
	display: block;
	width: 398px;
	float: left;
	padding-top: 90px;
	height: 120px;
	border: 1px solid #e8e8e8;
	position: relative;
}

#iabt-li ul li .bd_wrap {
	display: block;
	border: 1px solid #e8e8e8;
	position: absolute;
	height: 206px;
	width: 394px;
	top: 1px;
	left: 1px;
}

#iabt-li ul li h3 {
	font-size: 20px;
	font-weight: 500;
	color: #888;
}

#iabt-li ul li p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
	padding: 0 60px;
}

#iabt-li ul li.fac {
	background: url(../images/chachemc.png) no-repeat center 30px;
}

#iabt-li ul li.team {
	background: url(../images/chachetm.png) no-repeat center 30px;
}

#iabt-li ul li.ser {
	background: url(../images/chacheat.png) no-repeat center 30px;
}

#iabt-li ul li.zhuche {
	background: url(../images/chachezu.png) no-repeat center 30px;
}

#iabt-li ul li.tyre {
	background: url(../images/chachetyre.png) no-repeat center 30px;
}

#iabt-li ul li.parts {
	background: url(../images/chacheparts.png) no-repeat center 30px;
}

#iabt-more {
	clear: both;
	padding-top: 50px;
}

#iabt-more a {
	display: inline-block;
	width: 160px;
	margin: 0 auto;
	border: 1px solid #ddd;
	line-height: 36px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	border-radius: 2px;
}

#iabt-more a:hover {
	text-decoration: none;
	background: #da251c;
	border: 1px solid #da251c;
	color: #fff;
}

#cusmain {
	background: #f5f5f5;
	padding: 60px 0 80px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #3d3d3d;
}

#cusmain h1 {
	font-size: 24px;
	font-weight: 500;
}

#cusmain p {
	font-size: 18px;
	line-height: 27px;
	margin: 20px auto 30px auto;
	color: #888;
}

#cusmain-wrap {
	width: 1200px;
	margin: 0 auto;
}

#cusmain-l {
	float: left;
	width: 800px;
	height: 420px;
	background: #ccc;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ius100 {
	float: right;
	width: 378px;
	text-align: left;
	color: #666;
	position: relative;
}

.ius100 ul {
	text-align: center;
	margin-top: 50px;
}

.ius100 ul li {
	display: block;
	float: left;
	width: 33.3%;
}

.ius100 ul li h3.ius101 {
	display: block;
	height: 80px;
	background: url(../images/101.png) no-repeat center 30px;
}

.ius100 ul li h3.ius102 {
	display: block;
	height: 80px;
	background: url(../images/102.png) no-repeat center 25px;
}

.ius100 ul li h3.ius103 {
	display: block;
	height: 80px;
	background: url(../images/103.png) no-repeat center 25px;
}

.ius100 h2 {
	font-size: 14px;
	display: inline-block;
	padding: 0 20px 10px 0;
	border-bottom: 1px solid #888;
	color: #3d3d3d;
	margin-bottom: 20px;
}

.ius100 h5 {
	font-size: 22px;
	color: #3d3d3d;
	margin-top: 10px;
}

.chou_product {
	padding: 20px;
	border: 5px solid #3d3d3d;
	height: 370px;
}

.chou_product:before {
	position: absolute;
	left: 0;
	right: 0px;
	top: 0px;
	bottom: 0px;
	content: "";
	z-index: 3;
	border-right: 5px solid #da251c;
	border-left: 5px solid #da251c;
	transform: scale(1, 0);
	transition: opacity 0.35s ease, transform 0.35s ease
}

.chou_product:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	content: "";
	z-index: 3;
	border-top: 5px solid #da251c;
	border-bottom: 5px solid #da251c;
	transform: scale(0, 1);
	transition: opacity 0.35s ease, transform 0.35s ease
}

.chou_product:hover:before, .chou_product:hover:after {
	transform: scale(1);
	opacity: 1;
	transition: opacity 0.35s ease, transform 0.35s ease
}/* end tab *//* chache-ask */#chache-ask {
	padding: 60px 0 80px 0;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #666;
}

#chache-ask h1 {
	font-size: 24px;
	font-weight: 500;
	color: #3d3d3d;
}

#chache-ask-more {
	clear: both;
	padding-top: 20px;
}

#chache-ask-more a {
	display: inline-block;
	width: 160px;
	margin: 0 auto;
	border: 1px solid #ddd;
	line-height: 36px;
	font-size: 14px;
	font-weight: 300;
	color: #666;
	border-radius: 2px;
}

#chache-ask-more a:hover {
	text-decoration: none;
	background: #da251c;
	color: #fff;
	border: 1px solid #da251c;
}

#chache-ask ul {
	clear: both;
	padding-top: 30px;
	width: 1250px;
}

#chache-ask ul li {
	display: block;
	float: left;
	width: 380px;
	margin: 10px 30px 10px 0;
	font-size: 14px;
	text-align: left;
}

#chache-ask ul li i {
	display: inline-block;
	font-style: normal;
	line-height: 16px;
	width: 16px;
	text-align: center;
	background: #0058a2;
	color: #fff;
	margin-right: 5px;
}

#chache-ask-tit {
	padding-left: 10px;
}

#chache-ask-tit a {
	display: inline-block;
	max-width: 360px;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
}

#chache-ask ul li b {
	display: inline-block;
	font-weight: 500;
	line-height: 16px;
	width: 16px;
	text-align: center;
	background: #da251c;
	color: #fff;
	margin-right: 5px;
}

#chache-ask ul li a {
	color: #666;
}

#chache-ask ul li a:hover {
	color: #da251c;
}

#chache-ask ul li p {
	margin-top: 10px;
	height: 120px;
	overflow: hidden;
	padding: 10px;
	display: block;
	background: #f5f5f5;
	line-height: 28px;
}/* tab */.itab {
	overflow: hidden;
	margin: 0 auto;
	padding: 39px 0 80px 0;
	background: #f5f5f5;
	text-align: center;
}

.itab h1 {
	font-size: 24px;
	font-weight: 500;
	line-height: 60px;
	color: #3d3d3d;
}

.itab-w {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}/* tabbtn */.itab-b-a {
	height: 36px;
}

.tabbtn {
	padding: 10px 0 0 0;
}

.tabbtn li {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	position: relative;
	margin: 0;
}

.tabbtn li a {
	display: inline-block;
	overflow: hidden;
	line-height: 16px;
	margin: 0 10px;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-weight: 500;
	cursor: pointer;
}

.tabbtn li.current a {
	font-weight: 500;
	color: #da251c;
	text-decoration: underline;
}/* tabcon */.tabcon {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.tabcon .sublist {
	width: 1230px;
}/* leftcon */#leftcon .subbox {
	width: 9999em;
}

#leftcon .subbox .sublist {
	float: left;
	width: 1230px;
}/* sublist */.sublist ul li {
	display: block;
	float: left;
	width: 220px;
	margin: 25px 25px 0 0;
	text-align: center;
	background: #fff;
}

.sublist ul li h2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 202px;
	overflow: hidden;
}

.sublist ul li a {
	display: block;
	border: 1px solid #eee;
	width: 218px;
	overflow: hidden;
	color: #666;
}

.sublist ul li a em {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	height: 165px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.sublist ul li a:hover {
	border: 1px solid #ddd;
	color: #da251c;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.sublist ul li a img {
	max-width: 220px;
	max-height: 165px;
	margin: -1px 0 0 -1px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.sublist ul li a img:hover {
	filter: alpha(opacity=70);
	transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-webkit-transition: all 1.2s linear;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-o-transform: scale(1.12);
	-m-transform: scale(1.12);
	transform: scale(1.12);
}

.sublist ul li a b {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	width: 200px;
	margin: 0 auto;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}/* ipic */#ipic {
	width: 1200px;
	margin: 5px auto 0 auto;
	overflow: hidden;
	text-align: center;
	color: #3d3d3d;
}

#ipic h1 {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
}

#ipic p {
	text-align: center;
	font-size: 16px;
	margin: 20px 0 30px 0;
	color: #888;
	position: relative;
}

#ipic p a {
	display: inline-block;
	color: #da251c;
	font-size: 14px;
	position: absolute;
	right: 0;
}

#ipic p a:hover {
	border-bottom: 1px solid #da251c;
	text-decoration: none;
	padding-bottom: 3px;
}

#ipic ul {
	width: 1230px;
}

#ipic ul li {
	display: block;
	float: left;
	width: 380px;
	margin: 0 30px 0 0;
}

#ipic ul li a {
	display: block;
	border: 1px solid #ddd;
	width: 378px;
	overflow: hidden;
	color: #999;
}

#ipic ul li a em {
	display: inline-block;
	width: 380px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

#ipic ul li a:hover {
	border: 1px solid #ddd;
	color: #da251c;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#ipic ul li a img {
	width: 380px;
	margin: -29px 0 0 -1px;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#ipic ul li a img:hover {
	filter: alpha(opacity=70);
	transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-webkit-transition: all 1.2s linear;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-o-transform: scale(1.12);
	-m-transform: scale(1.12);
	transform: scale(1.12);
}

#ipic ul li a b {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	width: 99%;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

#inews {
	width: 1200px;
	margin: 20px auto 80px auto;
	overflow: hidden;
}

#inews ul {
	width: 1230px;
}

#inews ul li {
	float: left;
	width: 380px;
	padding: 0 30px 6px 0;
}

#inews ul li a {
	display: inline-block;
	max-width: 380px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

#inews ul li a:hover {
	color: #da251c;
}

iframe {
	width: 100% !important;
	height: auto !important;
	margin: -10000em 0 0 0;
}/* ilink */.digital {
	margin: 0 auto;
	width: 100%;
	background: #f5f5f5;
	text-align: center;
	padding: 50px 0 80px 0;
}

.digital h1 {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
}

.digital p {
	text-align: center;
	font-size: 16px;
	margin: 20px 0 20px 0;
	color: #888;
	position: relative;
}

.mumping_mun {
	margin-top: 60px;
	color: #666;
}

.mumping_mun li {
	display: inline-block;
	width: 240px;
}

.mumping_mun p {
	margin-top: 20px;
	font-size: 16px;
	width: 100%;
	display: block;
	clear: both;
	color: #3d3d3d;
}

.mumping_mun h2 {
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #da251c;
}

#ipart {
	width: 1200px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

#ipart ul {
	width: 1280px;
}

#ipart ul li {
	float: left;
	width: 240px;
	overflow: hidden;
}

#ipart ul li em {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

#ipart ul li em img {
	max-width: 90px;
	max-height: 60px;
}

#ilink {
	padding: 45px 0 10px 0;
}

#ibrand-tit {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
}

#ibrand-tit h3 {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	margin-right: 10px;
	color: #666;
}

#ibrand-tit a {
	color: #999;
}

#ibrand-tit a:hover {
	color: #da251c;
}

#ibrand-li {
	padding: 20px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#ibrand-li ul {
	width: 1360px;
}

#ibrand-li ul li {
	display: inline-block;
	width: 108px;
	margin: 0 10px 0 0;
}

#ibrand-li ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 108px;
	height: 33px;
	overflow: hidden;
	text-align: center;
}

#ibrand-li ul li a img {
	max-width: 108px;
	max-height: 33px;
	margin: -1px 0 0 -1px;
}

#ilink-item {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	border-top: 1px solid #eee;
}

.tabbtn2 {
	display: inline-block;
}

.tabbtn2 li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
	color: #888;
}

.tabbtn2 li:hover {
	cursor: pointer;
}

.tabbtn2 li.current {
	font-weight: 600;
	color: #666;
}

.tabbtn2 li.no-cur:hover {
	font-weight: normal;
}

#ilink-item p {
	display: inline-block;
	font-size: 14px;
	color: #888;
	position: relative;
}

#ilink-item p a {
	display: inline-block;
	margin: -20px 0 0 10px;
	position: absolute;
	top: 18px;
}

#ilink-item p img {
	display: inline-block;
}

#ilink-li {
	font-size: 14px;
	padding: 0 0 30px 0;
	line-height: 30px;
	width: 1200px;
}

#ilink-li a {
	margin: 0 10px 0 0;
	color: #888;
}

#ilink-li a:hover {
	color: #da251c;
}/* digital  */@media all and (max-width:1024px) {
	.slide-main {
		width: 1240px;
	}

	#iabt {
		width: 1240px;
	}

	.itab {
		width: 1240px;
	}

	#chache-ask {
		width: 1240px;
	}

	#chache-ask ul li {
		display: block;
		float: left;
		margin: 15px 0 15px 30px;
		font-size: 14px;
		text-align: left;
	}

	#cusmain {
		width: 1240px;
	}

	#ipic {
		width: 1240px;
	}

	#ipic ul li {
		display: block;
		float: left;
		width: 380px;
		margin: 0 0 0 30px;
	}

	#inews {
		width: 1240px;
	}

	#inews ul li {
		float: left;
		width: 380px;
		padding: 0 0 6px 30px;
	}

	#ilink {
		width: 1240px;
	}

	.digital {
		width: 1240px;
	}
}</pre></body></html>